ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / SingleOverlayIndicatorBaseTagHelper<T,TControl> Class / C1Property Property

In This Topic
    C1Property Property (SingleOverlayIndicatorBaseTagHelper<T,TControl>)
    In This Topic
    Gets or sets the property name which the taghelper is related to.
    Syntax
    'Declaration
     
    Public Overridable Property C1Property As String
    public virtual string C1Property {get; set;}
    See Also